Scheduler for WinRT
ColorMapping Property


Returns MappingInfo object for the Color property of the object. If the storage object is bound to a data source via its DataSource property, the properties of this object allow the Color property of the object to be bound to the appropriate field in the data source.
Syntax
'Declaration
 
<C1CategoryAttribute()>
<C1DescriptionAttribute("Allows the Color property of the object to be bound to appropriate field in the data source.")>
Public ReadOnly Property ColorMapping As MappingInfo
'Usage
 
Dim instance As BaseObjectMappingCollection(Of T)
Dim value As MappingInfo
 
value = instance.ColorMapping
[C1Category()]
[C1Description("Allows the Color property of the object to be bound to appropriate field in the data source.")]
public MappingInfo ColorMapping {get;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BaseObjectMappingCollection<T> Class
BaseObjectMappingCollection<T> Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.